Uses of Class
org.eclipse.vtp.framework.interactions.voice.vxml.Iota

Packages that use Iota
org.eclipse.vtp.framework.interactions.voice.vxml   
 

Uses of Iota in org.eclipse.vtp.framework.interactions.voice.vxml
 

Subclasses of Iota in org.eclipse.vtp.framework.interactions.voice.vxml
 class Item
          A single item contained in a Rule.
 class OneOf
          A set of possible items for a Rule.
 

Methods in org.eclipse.vtp.framework.interactions.voice.vxml with parameters of type Iota
 void Rule.addItem(Iota item)
          Adds an item to this rule's list.
 void Rule.removeItem(Iota item)
          Removes an item from this rule's list.